Encipher(Byte[],Int32) Method
In This Topic
Encrypts a byte array in place.
Syntax
'Declaration
Public Sub Encipher( _
ByVal () As Byte, _
ByVal As Integer _
)
public void Encipher(
byte[] ,
int
)
Parameters
- data
- The array to encrypt.
- length
- The amount to encrypt.
See Also